home *** CD-ROM | disk | FTP | other *** search
Makefile | 1994-08-02 | 378 b | 14 lines |
- *** ../step1/Makefile Thu Dec 16 12:07:33 1993
- --- Makefile Thu Dec 16 13:09:03 1993
- ***************
- *** 40,45 ****
- --- 40,47 ----
- # If you have crypt/crypt.c and /usr/lib/libcrypt.a, you will be building
- # a system that uses the SUP crypt mechanism by default.
- #
- + CC=abicc
- + LD=abild
- SITE = NETBSD
- #SITE = CMUCS
- NETBSD_DEFINES = -UMACH -DVAR_TMP -DHAS_DAEMON
-